class ROUTER
package: cgi module cgi.router File: router.d Description: utility d module that allows conditional execution of classes that implement the ROUTE interface by matching a string to the CGI PATH_INFO or QUERY_STRING.
interface ROUTE
See Source File